cuopt-stubs - Python stubs for cuOpt LP/MILP solver. The full cuOpt can only be installed on machines that support Cuda, which excludes MacOS - these stubs support writing cuOpt programs with full type-checking support on MacOS. Stubs auto-generated via MyPy stubgen.
fzf-ts - A typescript interface to fzf via stdout and temp files. Because every selection CLI should really just be fzf.
linear_cli - CLI tool for managing Linear issues from the command line. Uses fzf-ts. Implementation in Go: linear-cli-go.
taste-lever - Simple one-pass prompt-optimization from human-annotated data.
Capsule (live app on Vercel) - a highly-stylized message sharing system. 100% type-aware full-stack NextJS application (via server actions).
FastRPC a thin abstraction on top of FastAPI that, along with openapi-typescript-sdk-generator, allows for a fully type-safe Typescript SDK to be generated instantly on every save during development. Call Python functions from a fully type-aware TypeScript client with no networking code.